# Post-lab 1

In Lab 1 you were introduced to the field of engineering robotics and the Arduino programming basics you will need for the robotics tasks you will see later in the course.

Work through the exercises in the Arduino programming tutorials marked as "homework" and submit your solutions in a single file with either .ino or .txt format using the Omnivox course management system.

Here is the list of exercises to complete:

  1. Arithmetic Operations

  2. Relational Operations If Else

  3. Relational Operations Multiple Conditions

  4. While Loop

  5. For Loop

  6. Controlling LEDs Blinking

  7. Functions Calling a Function